Global.Type


Query the type of the global.

prototype eGlobalType Global.Type( string name );

Parameters:
name : The name of the global to query for type.

Return value:
Returns an eGlobalType showing the type of the global.

Notes:
If the global does not exist then the engine will assert. Always check for existance first.

See also:
Global.Exists.